@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('../font-awesome/css/font-awesome.css');
@import url('base.css');
@import url('common.css');


/*about*/
.sp{
	padding: 85px 0;
}

.bTit p.en{
	font-size: 36px;
	font-weight: bold;
	position: relative;
	background-image: -webkit-linear-gradient(left,#1460a5,#469648,#48bb5d 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.bTit p.en:after{
	position: absolute;
	content: "";
	width: 65px;
	height: 4px;
	background-color: var(--primary);
	left: 0;
	bottom: 0;
}

.bTit p.en font{
	color: var(--primary);
	display: inline-block;
}

.bTit p.cn{
	font-size: 38px;
	font-weight: bold;
}

.syAbout{
	background-color: #eee;
}

.syAbout p.p1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.syAbout p.p2 strong{
	display: block;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.syAbout p.p3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.syAbout .readMore{
	margin-top: 25px;
}

.aboutAdvs{
	margin-top: 35px;
}

.aboutAdvs .item{
	padding: 35px 25px;
	color: #fff;
	background-color: #333;
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
	transition: all .6s;
}

.aboutAdvs .item:after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	transition: all .3s;
	background-color: var(--primary);
}

.aboutAdvs .item.item1:after{
	background-color: #333;
}

.aboutAdvs .item:hover:after{
	width: 100%;
}

.aboutAdvs .item font{
	display: inline-block;
	position: absolute;
	color: #fff;
	font-size: 220px;
	font-family: 'Paralines';
	z-index: 1;
	right: -20px;
    top: -15px;
    line-height: 150px;
    opacity: 0.1;
}

.aboutAdvs .item .div-text{
	position: relative;
	z-index: 2;
}

.aboutAdvs .item .div-text p.title{
	font-size: 20px;
	
	line-height: 1;
	margin-bottom: 15px;
}

.aboutAdvs .item .div-text p.des{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
}

.aboutAdvs .item .more{
	text-align: right;
	margin-top: 5px;
}

.aboutAdvs .item .more a{
	color: #fff;
	text-decoration: underline;
}

.aboutAdvs .item.item1{
	background-color: var(--primary);
}

.syLn{
	background-image: url(../images/ln-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.syLn .bTit{
	color: var(--primary);
}

.syLn p.des{
	font-size: 20px;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 25px;
}

.syLn .moreBtns a{
	display: inline-block;
	margin: 0 15px;
}

.syLn .moreBtns a:nth-child(1){
	padding: 11px 25px;
}

.syLn .moreBtns a:nth-child(2){
	background-color: unset;
	border:1px solid var(--primary);
	color: var(--primary);
}



.syLn .moreBtns a:nth-child(2) svg{
	fill: var(--primary);
}

.syLn .moreBtns a:nth-child(2):hover{
	color: #fff;
}

.syLn .moreBtns a:nth-child(2):hover svg{
	fill: #fff;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.cateProduct{
	max-width: 90%;
    margin: 35px auto;
    overflow: hidden;
}

.cateProduct .item{
	padding: 0 15px;
	margin-bottom: 25px;
	position: relative;
	background-color: #f9f9f9;
}

.cateProduct .item:hover .div-img img{
	transform: scale(1.1);
}

.cateProduct .item.item1{
	background-color: #f1f2f3;
}

.cateProduct .div-img{
	position: relative;
/*	margin-bottom: 15px;*/
}

.cateProduct .div-text{
	padding: 15px 15px;
	position: relative;
	text-align: center;
	background-color: #f5f5f5;
}

.cateProduct .div-text p.title a{
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
}

.cateProduct .div-text p.title a:hover{
	color: var(--primary);
}

.cateProduct .div-text p.des{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.cateProduct .more{
	margin-top: 35px;
	margin-bottom: 45px;
}

.cateProduct .more a{
	display: inline-block;
	color: var(--primary);
}

.cateProduct .more span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	transition: all .5s;
}

.cateProduct .more span svg{
	fill: var(--primary);
	width: 26px;
	height: 26px;
	transform: rotateX(180deg);
}

.cateProduct .more:hover span{
	margin-left: 10px;
}

.sws{
	/*margin-top: 35px;*/
	padding-bottom: 25px;
	margin-right: 25px;
}

.sws .swiper-scrollbar{
	width: 80%;
	background: #f1f2f3;
	height: 4px;
	margin-left: 25px;
}

.sws .swiper-scrollbar-drag{
	background-color: var(--primary);
}

.sws span.swiper-pagination-bullet-active{
	background-color: var(--primary);
}

.syNews{
	background-image: url(../images/news-bg.jpg);
	background-size: cover;
}

.syNews .newsBlock{
	margin-top: 25px;
}

.newsRec{
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 15px;
}

.newsRec .div-img{
	position: relative;
}

.newsRec .div-img a{
	display: block;
	color: #333;
}

.newsRec .div-img a img{
	width: 100%;
}

.newsRec .div-img:hover img{
	transform: scale(1.1);
}
.newsRec .time{
	position: absolute;
	bottom: 10%;
	padding: 10px 20px;
	background-color: rgba(255,255,255,.85);	
	z-index: 1;
	font-size: 14px;
}

.newsRec .time svg{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.newsRec .div-text{
	padding: 25px;
	    background: #f5f5f5;
}

.newsRec .div-text .meta{
	padding-top: 25px;
	margin-top: 25px;
	color: #999;
	border-top: 1px solid #eee;
}

.newsRec .div-text .meta svg{
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: bottom;
}

.newsRec .div-text .meta a{
	color: #999;
}

.newsRec .div-text a:hover{
	color: var(--primary)!important;
}

.newsRec .div-text p.title a{
	color: #333;
	font-size: 20px;
	font-family: 'RalewayEB';
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsRec .div-text p.des{
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.newsLists .item{
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 35px;
	overflow: hidden;
}

.newsLists .item .div-img{
	height: 100%;
}

.newsLists .item .div-img img{
	aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 50% 50%;
}

.newsLists .item .div-text{
	padding: 20px 25px;
}

.newsLists .item a{
	display: block;
}

.newsLists .item p.title a{
	color: #333;
	font-size: 18px;
	font-family: 'RalewayEB';
	margin-bottom: 15px;
} 

.newsLists .item p.title a:hover{
	color: var(--primary);
}

.newsLists .item p.des{
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsLists .item .time{
	font-size: 14px;
	color: var(--primary);
}

.newsLists .item:hover .div-img img{
	transform: scale(1.1);
}

.syNews .more{
	margin-top: 35px;
	text-align: center;
}

.mainFooter{
	background-color: #333;
	color: #fff;
}

.mainFooter .cinfos{
	padding: 65px 0;
}

.mainFooter .info p.title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}

.mainFooter .info p.title:after{
	position: absolute;
	content: "";
	width: 35px;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: var(--primary);
}

.mainFooter .bmenus{
	max-width: 1000px;
}

.mainFooter .bmenus .item{
	margin-left: 25px;
}

.mainFooter .bmenus .item p.title{
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}

.mainFooter .bmenus .item p.title:after{
	position: absolute;
	content: "";
	width: 25px;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: var(--primary);
}

.mainFooter .bmenus .item .sub a{
	display: block;
	color: #c7c7c2;
	line-height: 30px;
}

.mainFooter .bmenus .item .sub a:hover{
	color: var(--primary);
}



.mainFooter .copyright{
	padding: 25px 15px;
	text-align: center;
	font-family: initial;
	background-color: #000000;
	font-size: 14px;
}

.mainFooter .copyright a{
	color: #fff;
	display: inline-block;
	margin-left: 5px;
}

.mainFooter .copyright a:hover{
	color: var(--primary);
}

/*内页*/

.pageTit{
	background-size: cover;
	background-attachment: fixed;
	padding: 180px 0 180px 0;
	color: #fff;
}

.pageTit h4.title{
	font-size: 30px;
	font-weight: bolder;
}

.pageTit .des1{
	font-size: 20px;
	padding-bottom: 100px;
	max-width: 800px;
	margin: auto;
}

.nyTitle{
	text-transform: uppercase;
}

.nyTitle p.p1{
	font-size: 24px;
	font-weight: lighter;
	color: #cfcfcf;
	letter-spacing: 15px;
}

.nyTitle p.p2{
	font-size: 46px;
	/*line-height: 1.3;*/
	font-family: 'Raleway';
}

.nyTitle p.p2 span{
	display: inline-block;
	margin-right: 10px;
}

.nyTitle p.p2 font{
	display: inline-block;
	font-weight: bolder;
	font-family: 'RalewayEB';

}


.nyAbout{
	background-color: #fafafa;
/*	background-image: url(../images/nyabout-bg.png);*/
	background-size: cover;
    background-position: top right;
}

.aboutContent{
	margin-top: 15px;
}

.aboutContent p{
	color: #959595;
	line-height: 30px;
}

.advItem{
	margin-top: 35px;
	color: #959595;
}

.advItem .item{
	margin-bottom: 35px;
}

.advItem .item .title p{
	font-size: 20px;
	color: #333;
	line-height: 26px;
}

.advItem .item svg{
	min-width: 60px;
	height: 60px;
}

.advItem .item .tb{
	margin-right: 15px;
}

.advItem .item .d2{
	margin-top: 15px;
}

.swiperHonor{
	margin-top: 35px;
	padding-bottom: 65px;
}

.swiperHonor li img{
	width: 100%;
	transition: all .5s;
}

.swiperHonor li{
	cursor: pointer;
	overflow: hidden;
}

.swiperHonor li:hover img{
	transform: scale(1.1);
}

.swiperHonor .swiper-pagination span{
	width: 14px;
	height: 14px;
	margin: 0 10px!important;
	position: relative;
}

.swiperHonor .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: var(--primary);
}

.swiperHonor .swiper-pagination span:after{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 4px;
	left: 4px;
	background-color: #fff;
}

.nyHonor{
	overflow: hidden;
}
.nyHistory{
	background-image: url(../images/history-bg.png);
	background-size: cover;
	background-attachment: fixed;
}

.nyHistory .nyTitle p.p2{
	line-height: 1.3;
}

.historyItems{
	padding: 65px 0;
	position: relative;
}

.historyItems:after{
	position: absolute;
	content: "";
	width: 4px;
	height: 100%;
	background-color: var(--primary);
	left: calc(50% - 2px);
	top: 0;
}

.historyItems .item{
	padding: 15px 35px;
	position: relative;
}

.historyItems .item .content{
	padding: 5px 35px;
	position: relative;

}

.historyItems .item .content:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--primary);
	left: -5px;
	top: 50%;
	border-radius: 50%;
	z-index:9;
}

.historyItems .item .content:before{
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background-color: #fff;
	left: -8px;
	top: calc(50% - 3px);
	border-radius: 50%;
	z-index:9;
}

.historyItems .item:nth-child(even) .content:before{
	left: unset;
	right: -8px;
}

.historyItems .item:nth-child(even) .content:after{
	left: unset;
	right: -5px;
}

.cdes{
	background-color: #ffff;
	padding: 35px 25px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.historyItems .item .year{
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 1;
	font-family: 'Square';
	color: #000;
}

.conInfo{
	margin-top: 45px;
}

.conInfo .infoLeft{
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.infoLeft .item{
	margin-bottom: 25px;
	font-family: 'Square';
}

.infoLeft .item .tb{
	min-width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background-image: -webkit-linear-gradient(bottom,#1460a5,#469648,#48bb5d 80%);
	margin-right: 15px;
	border-radius: 50%;
	
}

.infoLeft .item .tb svg{
	fill: #fff;
	width: 30px;
	height: 30px;
}

.infoLeft .item p.title{
	font-size: 22px;
	margin-bottom: 5px;
	color: #333;
	font-weight: bold;
}

.infoLeft .item p.des{
	font-size: 14px;
	line-height: 1.2;
	color:#666;
}

.cinfoMessage p.p1{
	color: var(--primary);
	font-size: 18px;
	line-height: 1.2;
	border-bottom: 1px dashed var(--primary);
	display: inline-block;
}

.cinfoMessage p.p2{
	font-size: 56px;
	font-family: 'RalewayEB';
}

.divForm input,.divForm textarea{
	display: block;
	border:none;
	border-bottom: 1px solid #ced4da;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 25px;
}

.divForm button{
	display: inline-block;
	padding: 12px 35px;
	background-color: var(--primary);
	color: #fff;
	margin-top: 15px;
	border:unset;
	
	position: relative;
	z-index: 1;
}

.divForm button:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #333;
	transition: all .3s;
}

.divForm button:hover:after{
	width: 100%;
}

.nyProList{
	background-color: #f1f1f1;
}

.breadMenu{
	margin-top: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.breadMenu svg{
	width: 20px;
	height: 20px;
	fill: #fff;
}

.breadMenu span{
	display: inline-block;
}

.breadMenu a{
	display: inline-block;
	margin: 0 5px;
	color: #fff;
}

.breadMenu span svg{
	width: 12px;
	height: 12px;
	fill: #fff;
}

.proLeft{
	box-shadow: 0 0 10px #eee;
	max-width: 90%;
	background: #fff;
	position: sticky;
    top: 80px;
}


.proLeft .title{
	padding: 0 20px;
	height: 85px;
	line-height: 85px;
	padding-bottom: 15px;
	font-size: 30px;
	position: relative;
	background-color: var(--primary);
	color: #fff;
}

.proLeft .title:after{
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: var(--primary);
}

.proLeft ul{
	padding: 30px 20px;
}

.proLeft ul li{
	display: block;
}

.proLeft ul li a{
	display: block;
	padding: 15px 25px;
	border-bottom: 1px solid #eee;
}

.proLeft ul li a:hover{
	color: var(--primary);
}

.proLeft ul li.active a{
	color: var(--primary);
}

.proLeft ul li .cate{
	background-color: #333;
}

.proLeft ul li .cate .d1 a{
	display: block;
}

.proLeft ul li .cate .d2 span{
	display: inline-block;
	cursor: pointer;
	line-height: 1;
	transform-origin: center;
}

.proLeft ul li .cate .d2 span svg{
	width: 16px;
	height: 16px;
	margin-right: 15px;
}

.proLeft ul li .d1 a{
	color: #fff;
	display: block;
	line-height: 1;
	padding: 20px 15px;
}

.proLeft ul li .sub{
	display: none;
}

.proLeft ul li .sub a{
	display: block;
	background-color: #eeeeee;
	padding: 10px 15px 10px 35px;
	position: relative;
	margin-top: 5px;
	transition: all .3s;
}

.proLeft ul li .sub a:after{
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #333;
	left: 15px;
	top: 18px;
}

.proLeft ul li .sub a:hover{
	background-color: var(--primary);
	color: #fff;
}

.proLeft ul li .sub a:hover:after{
	background-color:#fff;
}

.proLeft ul li.active .cate,.proLeft ul li.on .cate{
	background-color: var(--primary);
}

.proLeft ul li .d2 span svg{
	transition: all .4s;
}

.proLeft ul li.active .d2 span svg{
	transform: rotate(90deg);
}

.proLeft ul li.active .sub{
	display: block!important;
}

.nyPlists .item{
	padding: 0 25px;
	margin-bottom: 25px;
}

.nyPlists .item a{
	display: block;
	background-color: #fff;
	border:1px solid #ccc;
}

.nyPlists .item p.title{
	padding: 15px;
	text-align: center;
	color: #333;
	font-family: auto;
	border-top: 1px solid #ccc;

}

.nyPlists .item .div-img{
	overflow: hidden;
}

.nyPlists .item .div-img img{
	transition: all .3s;
}

.nyPlists .item a:hover img{
	transform: scale(1.1);
}

.nyPlists .item a:hover p.title{
	color: var(--primary);
}	


.nyProCate,.nyCateSingle{
	background-image: url(../images/procate-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.nyProCate .item{
	padding: 30px 25px;
	background-color: rgba(193,214,55,.1);
	margin-bottom: 25px;
	transition: all .3s ease;
}

.nyProCate .item:nth-child(even){
	background-color: rgba(221,221,221,.3);
}

.nyProCate .item h2.title{
	font-size: 30px;
	font-family: 'RalewayEB';
	color: var(--primary);
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 15px;
}

.nyProCate .item .div-img:hover img{
	transform: scale(1.1);
}



.bot_botton{
	margin-top: 35px;
	margin-bottom: 25px;
}

.bot_botton a{
	display: inline-block;
	padding: 8px 35px;
	border:2px solid var(--primary);
	border-radius: 30px;
	color: #333;
}

.bot_botton a.hvr-ripple-out:before{
	border-radius: 30px;
}

.bot_botton a:nth-child(1){
	background-color: var(--primary);
	color: #fff;
	margin-right: 30px;
}

.bot_botton a:nth-child(2){
	color: var(--primary);
	transition: all .3s ease;
}

.bot_botton a:nth-child(2):hover{
	background-color: var(--primary);
	color: #fff;
} 

.commTit p{
	font-size: 30px;
	font-family: 'RalewayEB';
	padding-bottom: 10px;
	position: relative;
}	

.commTit p:after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 45px;
	height: 4px;
	background-color: var(--primary);
}

.nyCateSingle .content{
	margin-top: 25px;
}

.nyCateSingle .content p{
	margin-bottom: 5px;
}

.nyCateSingle .nyPlists{
	margin-top: 35px;
	margin-bottom: 35px;
}

.nyCateSingle .more a{
	padding: 15px 125px;
	background-color: var(--primary);
	color: #fff;
	font-size: 18px;
}

.ProDetail{
	background-color: #f1f2f3;
	font-family: auto;
}

.ProDetail .proSwiper{
	background-color: #fff;
}

.sBth{
	color: #fff;
	background-color: rgba(193,214,55,.75);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	transition: all .3s ease;
}

.sBth:after{
	font-size: 20px;
}

.sBth:hover{
	background-color: rgba(193,214,55,1);
}

.ProDetail .content .table{
	margin-top: 20px;
	margin-bottom: 15px;
}

.ProDetail .content .table .thead-light th{
	color: #fff;
    background-color: #404041;
    font-weight: lighter;
}

.ProDetail .content .table-bordered td, .ProDetail .content .table-bordered th{
	border:1px solid #dee2e6;
	vertical-align:middle;
}


.ProDetail p.title{
	font-size: 30px;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 35px;
	font-weight: bold;
}


.nyBtns{
	margin-top: 45px;
}

.nyBtns a{
	margin-right: 25px;
}
.ProDetail p.bz{
	font-size: 14px;
}

.ProDetail p.des{
	margin-top: 15px;
	font-size: 14px;
}

.ProDetail .infos{
	margin-top: 25px;
	padding: 15px 0;
	border-top: 1px solid #e5e1e1;
	border-bottom: 1px solid #e5e1e1;
	font-size: 14px;
}

.ProDetail .infos p{
	margin-bottom: 5px;
}

.nrContent h3.title{
	margin-top: 35px;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--primary);
}

.nrContent h3.title span{
	display: inline-block;
	font-size: 20px;
	background-color: var(--primary);
	color: #fff;
	padding: 15px 45px;
}

.nrContent .nyDetails{
	min-height: 300px;
}

.prev-next{
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #ccc;
}

.prev-next a.abtn{
	color: #666;
	font-size: 16px;
}

.prev-next a.abtn svg{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	fill: #666;
	vertical-align: middle;
}

.prev-next a.abtn1 svg{
	display: inline-block;
	transform: rotateY(-180deg);
	margin-right: 0;
	margin-left: 5px;
	
}

.prev-next a.abtn:hover{
	color: var(--primary);
}

.prev-next a.abtn:hover svg{
	fill: var(--primary)!important;
}

.prev-next .a2{
	padding: 10px 35px;
	background-color: var(--primary);
	color: #fff;
}

.proInquery{
	scroll-margin: 65px;
	background-size: cover;
	background-attachment: fixed; 
	background-color: #f5f5f5;
}

.proInquery p.title{
	font-size: 36px;
    font-family: 'RalewayEB';
    color: #333;
    text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 15px;
	position: relative;
}

.proInquery p.title:after{
	position: absolute;
	content: "";
	width: 65px;
	height: 4px;
	background-color: var(--primary);
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.div-message input,.div-message textarea{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	border:1px solid rgba(0,0,0,0);
	padding: 15px 30px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}


.div-message button{
	display: block;
	height: 55px;
	line-height: 55px;
	width: 100%;
	border-radius: 30px;
	background-color: var(--main);
	color: #fff;
	transition: all .4s;
	border:none;
	max-width: 160px;
    margin: auto;
}

.div-message button:hover{
	background-color: var(--primary);
}

.nyCase .item{
	margin-bottom: 25px;
	cursor: pointer;
}

.nyCase .item .div-text{
	padding: 25px 20px;
}

.nyCase .item .title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 25px;
}

.nyCase .item a.more{
	display: inline-block;
	margin-top: 15px;
	text-decoration: underline;
}

.nyCase .item a.more:hover{
	color: var(--primary);
}



.nyCase .item:hover .div-img img{
	transform: scale(1.1);
}

.nyNewsList .item{
	margin-bottom: 25px;
}

.nyNewsList .item .newsRec{
	/*border:1px solid #eee;*/
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}

.nyNewsList .newsRec .div-text p.des{
	-webkit-line-clamp: 2;
	font-size: 14px;
}

.nyNewsList .newsRec .div-text .meta{
	padding-top: 15px;
    margin-top: 15px;
    font-size: 14px;
}

.nyNewsList .newsRec .div-text .meta svg{
	width: 20px;
    height: 20px;
    vertical-align: top;
}

.nyNewsList .newsRec .div-text{
	padding: 15px;
}




.newsSlider{
	padding: 45px 35px;
    display: block;
    position: sticky;
    top: 80px;
    background: #f5f5f5;
    border-radius: 5px;
    word-break: break-all;
}

.newsSlider p.title{
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.newsSlider p.title:after{
	position: absolute;
	content: "";
	width: 105px;
	height: 3px;
	bottom: -2px;
	left: 0;
	background-color: var(--primary);
}

.newsSlider ul li{
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.newsSlider ul li a{
	display: block;
}

.newsSlider ul li p.tit a{
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsSlider ul li p.tit a:hover{
	color: var(--primary);
}

.newsSlider ul li .time{
	font-size: 12px;
	color: #999;
	font-family: auto;
}

.newsSlider ul li .div-img{
	width: 100px;
	min-width: 100px;
	margin-right: 15px;
}

.newsSlider ul li .div-img img{
	width: 100%；
}

.newsSlider .time svg{
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: text-top;
}

.newsSlider .time span{
	display: inline-block;
}

.newsSlider ul li:hover .div-img img{
	transform: scale(1.1);
}

.newsDetail h2.title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

.newsDetail .meta{
	font-family: auto;
	color: #999;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding: 25px 25px 15px 25px;
}

.newsDetail .meta svg{
	display: inline-block;
	margin-right: 5px;
}

.newsDetail .meta .d1 svg{
	margin-top: -5px;
}

.newsDetail .meta .d2 svg{
	margin-top: -5px;
}


.newsDetail .content{
	min-height: 300px;
	padding-bottom: 25px;
}

.jobLists{
	margin-top: 35px;
}


.jobLists ul li{
	display: block;
	margin-bottom: 25px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	overflow: hidden;
}

.jobLists .top{
	padding: 20px 25px;
	background-color: var(--primary);
}

.jobLists .top h3{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.jobLists .top i{
	color: #fff;
	transition: all .6s;
	cursor: pointer;
}

.jobLists .top.on i{
	transform: rotate(90deg);
}

.jobLists .bottom{
	display: none;
	padding: 25px;
	background-color: #fff;
}


.nyJobs{
	background-image: url(../images/jobbg.jpg);
	background-size: cover;
}


.pagination{
	justify-content: center;
	margin-top: 45px;
}

.pagination a{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border:1px solid var(--primary);
	margin: 0 5px;
	border-radius: 3px;
}

.pagination a.page-num-current,.pagination a:hover{
	background-color: var(--primary);
	color: #fff!important;
}

.pagination a:hover svg{
	fill: #fff!important;
}

.pagination a:first-child svg{
	transform: rotate(-180deg);
}

.pagination a:last-child{

}




